Description:

Determines whether the first specified vector comes before (has inferior sorting value than) the second vector. Components have decreasing evaluation priority: first X, then Y.

Syntax:
public static public static bool operator <(
Vector2d a,
Vector2d b
)
Parameters:
Returns:
Type: public
Available since:
5.0

Nothing found